home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Access-Control / HD95PROT.ZIP / HD95ADM.EXE / 0 / RCDATA / TRIGHTS_DLG / TRIGHTS_DLG.txt
Text File  |  1998-02-13  |  1KB  |  79 lines

  1. object RIGHTS_DLG: TRIGHTS_DLG
  2.   Left = 193
  3.   Top = 196
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rechtevergabe'
  7.   ClientHeight = 196
  8.   ClientWidth = 586
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 569
  21.     Height = 129
  22.     Shape = bsFrame
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 479
  26.     Top = 156
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 375
  36.     Top = 156
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Abbrechen'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object PATH_MEMO: TMemo
  45.     Left = 16
  46.     Top = 16
  47.     Width = 553
  48.     Height = 49
  49.     Lines.Strings = (
  50.       'PATH_MEMO')
  51.     TabOrder = 2
  52.   end
  53.   object CB_ATTR: TCheckBox
  54.     Left = 48
  55.     Top = 80
  56.     Width = 497
  57.     Height = 17
  58.     Caption = '&Attribute ∩┐╜ndern'
  59.     TabOrder = 3
  60.   end
  61.   object CB_DEL: TCheckBox
  62.     Left = 48
  63.     Top = 104
  64.     Width = 505
  65.     Height = 17
  66.     Caption = 'Dateien l∩┐╜schen (umbenennen, verschieben)'
  67.     TabOrder = 4
  68.   end
  69.   object DEL_RIGHT: TButton
  70.     Left = 264
  71.     Top = 156
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&L∩┐╜schen'
  75.     ModalResult = 6
  76.     TabOrder = 5
  77.   end
  78. end
  79.